home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
nickl11.arc
/
NICKL_MN.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-08-18
|
731b
|
70 lines
GOTO OPTIONS
[----------- Menu Title -------------]
NICKL Menu System v1.0
[-------- Options --------]
Procomm v2.4.2
Lotus 1-2-3
R:base 5000
View NICKL Documentation
Print NICKL Documentation
DOS Utilities Sub-Menu
[---- End of Options -----]
:OPTIONS
echo off
cls
goto %1
:F1
cd\procomm
procomm
GOTO END
:F2
cd\lotus
lotus
GOTO END
:F3
cd\rbase
rbase
GOTO END
:F4
type nickl.doc |more
GOTO END
:F5
print nickl.doc
GOTO END
:F6
Echo Option F6 Not Defined
Pause
GOTO END
:F7
Echo Option F7 Not Defined
Pause
GOTO END
:F8
Echo Option F8 Not Defined
Pause
GOTO END
:F9
Echo Option F9 Not Defined
Pause
GOTO END
:F10
GOTO END
:END
CD\NICKL
NICKLMNU